projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f07ad
)
Fix automake warning about CFLAGS etc. being user variables
author
John Ralls
<jralls@ceridwen.us>
Mon, 22 Apr 2013 22:48:03 +0000
(15:48 -0700)
committer
John Ralls
<jralls@ceridwen.us>
Mon, 22 Apr 2013 22:48:35 +0000
(15:48 -0700)
gtk/native/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/native/Makefile.am
b/gtk/native/Makefile.am
index 302f0554a9c39368b9fcd9f79a4474457ca019a0..64899e96c1420963c3e2716e0694a89df9f00cfa 100644
(file)
--- a/
gtk/native/Makefile.am
+++ b/
gtk/native/Makefile.am
@@
-1,8
+1,8
@@
CC = @CC_FOR_BUILD@
-CFLAGS = @CFLAGS_FOR_BUILD@
+
AM_
CFLAGS = @CFLAGS_FOR_BUILD@
CPP = @CPP_FOR_BUILD@
-CPPFLAGS = @CPPFLAGS_FOR_BUILD@
-LDFLAGS = @LDFLAGS_FOR_BUILD@
+
AM_
CPPFLAGS = @CPPFLAGS_FOR_BUILD@
+
AM_
LDFLAGS = @LDFLAGS_FOR_BUILD@
if CROSS_COMPILING
if !USE_EXTERNAL_ICON_CACHE